Skip to content
  • 0 Votes
    12 Posts
    984 Views
    zareenZ

    Why companies invest in projects with negative NPV? MGT201 Because there is hidden value in each project

    Because there is hidden value in each project

    53f62f37-283e-44ae-84d7-f7f266ad8dad-image.png bolded text

    At the termination of project, which of the following needs to be considered relating to project assets?
    Salvage value

    Book value

    Intrinsic value

    Fair value

    When a bond is sold at discount? MGT201
    The coupon rate is greater than the current yield and the current yield is greater than yield to maturity
    7c3eda6e-0ff2-4ac0-93c7-db9da49f0ee6-image.png

    Which of the followings is (are) type (s) of problems associated with Capital Rationing? MGT201
    Size Difference of cash flows
    8faabff6-3dcd-4f1f-b5b0-d7e6dcf56f05-image.png

    If dividends of preferred shareholders remain constant and required return decreases then what will be impact on present value of preferred shares? MGT201
    Present Value of preferred share will decrease

    b6eb1fb7-1d54-4e57-922c-9a3d213de4e1-image.png

    If Net Present Value technique is used, what is the ranking criterion for projects? MGT201 Choose the highest NPV
    ![0_1575038179748_3924def0-50fd-465a-8691-1fc74da74e96-image.png](Uploading 100%)

    Which one of the followings is type of problem associated with Capital Rationing? MGT201 Indifferent size of cash flows

    Company A is analyzing some projects based on payback period amongst which one project will be selected. In your opinion which project is best for the company? MGT201
    Project S with pay back period of 4.5 years

    862fa83b-abd5-420c-ae59-d8cf4b7a12d6-image.png

    The value of the bond is NOT directly tied to the value of which of the following assets? MGT201 Real assets of the business

    Real assets of the business
    Liquid assets of the business
    Fixed assets of the business
    Lon term assets of the business
    c69aacf7-962c-4e03-b813-9f7475e9286a-image.png

    A bond has 4.3% interest yield and 16.9% Yield to Maturity. What would Capital Gains of the bond? MGT201 12.6%

    9c692932-70d0-4c1a-90f1-7d05a40afe6e-image.png

    Capital budgeting techniques help management in _______. MGT201 Assessing financial viability of projects

    30b23145-8105-4eab-8008-73dfd80a8a60-image.png

    What is difference between shares and bonds? MGT201
    Bonds are representing ownership whereas shares are not
    Shares are representing ownership whereas bonds are not
    Shares and bonds both represent equity
    Shares and bond both represent liabilities

    23fc7b12-6174-4eb3-9388-42254bb33158-image.png

  • 1 Votes
    36 Posts
    4k Views
    zareenZ

    2de21bf7-00d6-4419-8d8d-ce6ec5791bcf-image.png

  • 1 Votes
    12 Posts
    503 Views
    mehwishM

    Thanks for sharing 😀

  • 0 Votes
    12 Posts
    599 Views
    zareenZ

  • 0 Votes
    11 Posts
    810 Views
    zareenZ

    Which of these is not a risk factor for burnout?
    88285de2-9dba-43a3-8516-913da8913a97-image.png

  • 0 Votes
    11 Posts
    769 Views
    zareenZ

    __________________ is typically fast compared to other migration technology.

    fd0bf4d6-de74-4104-b642-24d8284e7d7e-image.png

  • 0 Votes
    14 Posts
    4k Views
    M

    XML Quiz
    For each question, choose the best choice out of the given choices.

    What does XML stand for?
    A. X-Markup Language
    B. eXtra Modern Link
    C. Example Markup Language
    D. eXtensible Markup Language

    XML’s goal is to replace HTML
    A. True
    B. False

    What does DTD stand for?
    A. Direct Type Definition
    B. Document Type Definition
    C. Document Type Declaration

    Is this a correct XML document?

    Students
    Teacher
    Reminder

    We are at Software Park, Thailand A. Yes **B. No**

    Which statement is true?
    A. All XML elements must have a closing tag
    B. All XML documents must have a DTD or an XML schema
    C. All XML elements must be lowercase
    D. All of the statements are true

    Which statement is true?
    A. XML tags are case sensitive
    B. XML elements must be properly nested
    C. XML documents must have the root element
    D. All the statements are true

    XML preserves white spaces
    A. True
    B. False

    Is this a correct XML document?

    Students Teacher

    A. No
    B. Yes

    XML elements cannot be empty
    A. True
    B. False

    Which is not a correct name for an XML element?
    A.
    B.
    C. <1dollar>
    D. All 3 names are incorrect

    Which is not a correct name for an XML element?
    A.
    B.
    C.
    D. All 3 names are incorrect

    Which is not a correct name for an XML element?
    A.
    B.
    C.

    For the XML parser to ignore a certain section of your XML document, which syntax is correct?
    A. <xml:CDATA[ Text to be ignored]>
    B. Text to be ignored
    C.

    XML is a subset of SGML
    A. True
    B. False

    XML attributes must be in double quotes
    A. True
    B. False

    XML attributes must be assigned values
    A. True
    B. False

    The Document Type Definition must be stored in an external file
    A. True
    B. False

    What can XML do?
    A. The standard for automating data exchange between systems
    B. The standard for displaying data on the Web
    C. The standard for a cross-platform programming language

    Which is false?
    A. XML is used to describe only structured data
    B. XML is used to only on the Internet
    C. XML is used to represent only simple data
    D. All of the above

    Which of the following comments are not well formed?
    A.
    B.
    C. <!-- declaration — 10.27.2004 -->
    D.

    Provided that the file x.dtd has the following contents. Which of the xml files are valid?

    a.



    text

    b.


    Element can
    contain

    c.

    Sample

    How can you declare in a DTD that the element x contains either the element a or the element b, but not both of them
    a)
    b)
    c)
    d) It is not possible to declare in a DTD that one element contains either the element a or the element b, but not both of them

    How can you declare in a DTD that the element x contains the element a, or the element b, or both of them in the sequence a b.
    a)
    b)
    c)
    d) None of the declarations above does solve the problem.

    How can you declare in a DTD that the empty element x has either the attribute a or the attribute b (or both of them). The attributes contain any value.
    a)

    b)

    c)

    d) It is not possible to make the presence of one attribute depend on another attribute

    How can you in a DTD declare that the element x contains both attributes a and b and that the order of them has to be ab? The attributes can contain any value
    a)

    b)

    c)

    b CDATA #REQUIRED>

    d) It is not possible to specify the order of attributes in a DTD. The order of attributes does not matter in XML.

    e) It is not possible to specify the order of attributes in a DTD. The order of attributes can be specified only in an XML schema.

    Valid names of elements and attributes start with a letter, an underscore or a colon, the following allowed characters are letters, numeric characters, colon, underscore, dot and hyphen (minus). Names which start with “xml” (in any case) are reserverd for W3C. The colon has a special meaning with namespaces and should not be used with any other semantic.

  • 0 Votes
    10 Posts
    517 Views
    zaasmiZ

    What SQL clause is used to restrict the rows returned by a query?
    55244ad6-5866-47d3-910c-3b933ed475c1-image.png

  • 0 Votes
    2 Posts
    1k Views
    mehwishM

    Qno 1: Function Overloading Mean…

    1 ) The name of the function will Remain the same but its behavior may change.

    The Name of the Function will not remain same but its bahavior will not be change.

    Making a function inline.

    Function Name can be change.

    Qno 2: sorry i forget.

    Qno 3: For accessing data member we use … operator.

    Plus+. Multiplication* Dot. Division/.

    Qno4: Constructor has…

    No name. The same name as of class. The same Name as Data Member. Return type.

    Qno5: Free Function is Avaliable in… header file.

    Conio.h Iostream.h String.h Stdlib.h

    Qno6: New operator can Be used for…

    Only integer Data type. Only char and integer data type. Integer, flot, char and double data type. Dot operator.

    Qno7: The Malloc function takes…Arguments.

    Two Three Four One.

    Qno8: Macros are categorized into…types.

    One Four Two None of the given options.

    Qno9: class can be define as…

    A class include both data member as well as Function to manipulate that data. A class include only object, A class include both object and structure. A class does not include Data member and Function.

    Qno10: A class is…

    A built in Function. A user Define data type. An Array. A member function.
  • 1 Votes
    16 Posts
    3k Views
    mehwishM

    @zareen said in CS609 Quiz No.2 Solution and Discussion:

    What are the 3 types of viruses?

    Resident Virus. Resident viruses live in your RAM memory. …

    Multipartite Virus. …

    Direct Action Virus. …

    Browser Hijacker. …

    Overwrite Virus. …

    Web Scripting Virus. …

    Boot Sector Virus. …

    Macro Virus.